Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FormattingBagList<T> Class / Item Property
The item index in the list.

In This Topic
    Item Property (FormattingBagList<T>)
    In This Topic
    Gets the item by its index in the list.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As T
    public T this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    The item index in the list.

    Property Value

    An item by its index in the list.
    See Also